home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
Subversive Component Hacks
/
LousyConnection
/
AdjustLousyConnection.r
< prev
next >
Wrap
Text File
|
2000-06-23
|
688b
|
60 lines
#include "Types.r"
resource 'MENU' (128) {
128,
textMenuProc,
0x7FFFFFFD,
enabled,
apple,
{
"About", noIcon, noKey, noMark, plain,
"-", noIcon, noKey, noMark, plain
}
};
resource 'MENU' (129) {
129,
textMenuProc,
allEnabled,
enabled,
"File",
{
"Quit", noIcon, "Q", noMark, plain
}
};
resource 'MBAR' (128) {
{
128,
129
}
};
resource 'ALRT' (128) {
{40, 40, 217, 322},
128,
{
OK, visible, silent,
OK, visible, silent,
OK, visible, silent,
OK, visible, silent
},
alertPositionMainScreen
};
resource 'DITL' (128) {
{
{145, 112, 165, 170},
Button {
enabled,
"OK"
},
{9, 9, 133, 273},
StaticText {
disabled,
"Foo."
}
}
};